home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global k, s80, s100
- if k = 0 then
- set the visible of sprite 18 to 0
- set the visible of sprite 20 to 0
- set the visible of sprite 19 to 1
- animate("a07-2hs.wav", 19, "A07-201T.BMP", 3, s80, EMPTY)
- animate(EMPTY, 19, "A07-201T.BMP", 3, s80, EMPTY)
- animate(EMPTY, 19, "A07-201T.BMP", 3, s100, EMPTY)
- animate(EMPTY, 19, "A07-201T.BMP", 3, s100, EMPTY)
- animate(EMPTY, 19, "A07-201T.BMP", 3, s100, EMPTY)
- animate(EMPTY, 19, "A07-201T.BMP", 3, s100, EMPTY)
- set the visible of sprite 18 to 1
- set the visible of sprite 20 to 1
- set the visible of sprite 19 to 0
- set k to 1
- puppetSprite(19, 0)
- puppetSprite(20, 0)
- end if
- end
-